home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / SOURCES / oFloppy_37.k < prev    next >
Text File  |  1996-08-07  |  7KB  |  391 lines

  1. object oFloppy_37 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oFloppy_Background_37_69,
  7.         oEmpty_70_37_70,
  8.         oSuper_Carz_37_86,
  9.         oEmpty_71_37_71,
  10.         oBricks_37_80,
  11.         oEmpty_72_37_72,
  12.         oMatch_Card_37_82,
  13.         oEmpty_73_37_73,
  14.         oStartup_37_88,
  15.         oEmpty_74_37_74,
  16.         oPaper_Clip_37_83,
  17.         oEmpty_75_37_75,
  18.         oKey_tools_37_81,
  19.         oEmpty_76_37_76,
  20.         oquit_it_37_87,
  21.         oEmpty_77_37_77,
  22.         oReplace_37_84,
  23.         oEmpty_78_37_78,
  24.         oScroll_bar_37_85,
  25.         oMove_37_79,
  26.         oMenu_Button_37_89
  27.     ];
  28. end;
  29.  
  30.  
  31. object oFloppy_Background_37_69 is cPictureHandler
  32. with
  33.     Duration is -1;
  34.     Supplier is oFloppy_Background_171_;
  35.     Behavior is cVRBehavior
  36.     has
  37.     with
  38.         Enabled is true; Shown is true; 
  39.         X is 0; Y is 0; Width is 640; Height is 480;
  40.     end;
  41. end;
  42.  
  43.  
  44. object oEmpty_70_37_70 is cEmptyHandler
  45. with
  46.     Duration is -1;
  47.     Behavior is cVRBehavior
  48.     has
  49.         MouseEnter(theTarget, theX, theY)
  50.             do
  51.                 oSuper_Carz_37_86.Show(true);
  52.             end;
  53.         
  54.         MouseLeave(theTarget, theX, theY)
  55.             do
  56.                 oSuper_Carz_37_86.Show(false);
  57.             end;
  58.         
  59.     with
  60.         Enabled is true; Shown is true; 
  61.         X is 48; Y is 101; Width is 75; Height is 35;
  62.     end;
  63. end;
  64.  
  65.  
  66. object oSuper_Carz_37_86 is cPictureHandler
  67. with
  68.     Duration is -1;
  69.     Supplier is oSuper_Carz_181_;
  70.     Behavior is cVRBehavior
  71.     has
  72.     with
  73.         Enabled is true; Shown is false; 
  74.         X is 434; Y is 176; Width is 193; Height is 208;
  75.     end;
  76. end;
  77.  
  78.  
  79. object oEmpty_71_37_71 is cEmptyHandler
  80. with
  81.     Duration is -1;
  82.     Behavior is cVRBehavior
  83.     has
  84.         MouseEnter(theTarget, theX, theY)
  85.             do
  86.                 oBricks_37_80.Show(true);
  87.             end;
  88.         
  89.         MouseLeave(theTarget, theX, theY)
  90.             do
  91.                 oBricks_37_80.Show(false);
  92.             end;
  93.         
  94.     with
  95.         Enabled is true; Shown is true; 
  96.         X is 184; Y is 100; Width is 57; Height is 40;
  97.     end;
  98. end;
  99.  
  100.  
  101. object oBricks_37_80 is cPictureHandler
  102. with
  103.     Duration is -1;
  104.     Supplier is oBricks_173_;
  105.     Behavior is cVRBehavior
  106.     has
  107.     with
  108.         Enabled is true; Shown is false; 
  109.         X is 434; Y is 176; Width is 193; Height is 208;
  110.     end;
  111. end;
  112.  
  113.  
  114. object oEmpty_72_37_72 is cEmptyHandler
  115. with
  116.     Duration is -1;
  117.     Behavior is cVRBehavior
  118.     has
  119.         MouseEnter(theTarget, theX, theY)
  120.             do
  121.                 oMatch_Card_37_82.Show(true);
  122.             end;
  123.         
  124.         MouseLeave(theTarget, theX, theY)
  125.             do
  126.                 oMatch_Card_37_82.Show(false);
  127.             end;
  128.         
  129.     with
  130.         Enabled is true; Shown is true; 
  131.         X is 303; Y is 100; Width is 75; Height is 38;
  132.     end;
  133. end;
  134.  
  135.  
  136. object oMatch_Card_37_82 is cPictureHandler
  137. with
  138.     Duration is -1;
  139.     Supplier is oMatch_Card_175_;
  140.     Behavior is cVRBehavior
  141.     has
  142.     with
  143.         Enabled is true; Shown is false; 
  144.         X is 434; Y is 176; Width is 193; Height is 208;
  145.     end;
  146. end;
  147.  
  148.  
  149. object oEmpty_73_37_73 is cEmptyHandler
  150. with
  151.     Duration is -1;
  152.     Behavior is cVRBehavior
  153.     has
  154.         MouseEnter(theTarget, theX, theY)
  155.             do
  156.                 oStartup_37_88.Show(true);
  157.             end;
  158.         
  159.         MouseLeave(theTarget, theX, theY)
  160.             do
  161.                 oStartup_37_88.Show(false);
  162.             end;
  163.         
  164.     with
  165.         Enabled is true; Shown is true; 
  166.         X is 288; Y is 155; Width is 105; Height is 35;
  167.     end;
  168. end;
  169.  
  170.  
  171. object oStartup_37_88 is cPictureHandler
  172. with
  173.     Duration is -1;
  174.     Supplier is oStartup_180_;
  175.     Behavior is cVRBehavior
  176.     has
  177.     with
  178.         Enabled is true; Shown is false; 
  179.         X is 434; Y is 176; Width is 193; Height is 208;
  180.     end;
  181. end;
  182.  
  183.  
  184. object oEmpty_74_37_74 is cEmptyHandler
  185. with
  186.     Duration is -1;
  187.     Behavior is cVRBehavior
  188.     has
  189.         MouseEnter(theTarget, theX, theY)
  190.             do
  191.                 oPaper_Clip_37_83.Show(true);
  192.             end;
  193.         
  194.         MouseLeave(theTarget, theX, theY)
  195.             do
  196.                 oPaper_Clip_37_83.Show(false);
  197.             end;
  198.         
  199.     with
  200.         Enabled is true; Shown is true; 
  201.         X is 188; Y is 152; Width is 48; Height is 37;
  202.     end;
  203. end;
  204.  
  205.  
  206. object oPaper_Clip_37_83 is cPictureHandler
  207. with
  208.     Duration is -1;
  209.     Supplier is oPaper_Clip_176_;
  210.     Behavior is cVRBehavior
  211.     has
  212.     with
  213.         Enabled is true; Shown is false; 
  214.         X is 434; Y is 176; Width is 193; Height is 208;
  215.     end;
  216. end;
  217.  
  218.  
  219. object oEmpty_75_37_75 is cEmptyHandler
  220. with
  221.     Duration is -1;
  222.     Behavior is cVRBehavior
  223.     has
  224.         MouseEnter(theTarget, theX, theY)
  225.             do
  226.                 oKey_tools_37_81.Show(true);
  227.             end;
  228.         
  229.         MouseLeave(theTarget, theX, theY)
  230.             do
  231.                 oKey_tools_37_81.Show(false);
  232.             end;
  233.         
  234.     with
  235.         Enabled is true; Shown is true; 
  236.         X is 48; Y is 154; Width is 71; Height is 35;
  237.     end;
  238. end;
  239.  
  240.  
  241. object oKey_tools_37_81 is cPictureHandler
  242. with
  243.     Duration is -1;
  244.     Supplier is oKey_tools_174_;
  245.     Behavior is cVRBehavior
  246.     has
  247.     with
  248.         Enabled is true; Shown is false; 
  249.         X is 434; Y is 176; Width is 193; Height is 208;
  250.     end;
  251. end;
  252.  
  253.  
  254. object oEmpty_76_37_76 is cEmptyHandler
  255. with
  256.     Duration is -1;
  257.     Behavior is cVRBehavior
  258.     has
  259.         MouseEnter(theTarget, theX, theY)
  260.             do
  261.                 oquit_it_37_87.Show(true);
  262.             end;
  263.         
  264.         MouseLeave(theTarget, theX, theY)
  265.             do
  266.                 oquit_it_37_87.Show(false);
  267.             end;
  268.         
  269.     with
  270.         Enabled is true; Shown is true; 
  271.         X is 65; Y is 205; Width is 37; Height is 39;
  272.     end;
  273. end;
  274.  
  275.  
  276. object oquit_it_37_87 is cPictureHandler
  277. with
  278.     Duration is -1;
  279.     Supplier is oquit_it_177_;
  280.     Behavior is cVRBehavior
  281.     has
  282.     with
  283.         Enabled is true; Shown is false; 
  284.         X is 434; Y is 176; Width is 193; Height is 208;
  285.     end;
  286. end;
  287.  
  288.  
  289. object oEmpty_77_37_77 is cEmptyHandler
  290. with
  291.     Duration is -1;
  292.     Behavior is cVRBehavior
  293.     has
  294.         MouseEnter(theTarget, theX, theY)
  295.             do
  296.                 oReplace_37_84.Show(true);
  297.             end;
  298.         
  299.         MouseLeave(theTarget, theX, theY)
  300.             do
  301.                 oReplace_37_84.Show(false);
  302.             end;
  303.         
  304.     with
  305.         Enabled is true; Shown is true; 
  306.         X is 193; Y is 204; Width is 39; Height is 40;
  307.     end;
  308. end;
  309.  
  310.  
  311. object oReplace_37_84 is cPictureHandler
  312. with
  313.     Duration is -1;
  314.     Supplier is oReplace_178_;
  315.     Behavior is cVRBehavior
  316.     has
  317.     with
  318.         Enabled is true; Shown is false; 
  319.         X is 434; Y is 176; Width is 193; Height is 208;
  320.     end;
  321. end;
  322.  
  323.  
  324. object oEmpty_78_37_78 is cEmptyHandler
  325. with
  326.     Duration is -1;
  327.     Behavior is cVRBehavior
  328.     has
  329.         MouseEnter(theTarget, theX, theY)
  330.             do
  331.                 oScroll_bar_37_85.Show(true);
  332.             end;
  333.         
  334.         MouseLeave(theTarget, theX, theY)
  335.             do
  336.                 oScroll_bar_37_85.Show(false);
  337.             end;
  338.         
  339.     with
  340.         Enabled is true; Shown is true; 
  341.         X is 309; Y is 206; Width is 63; Height is 35;
  342.     end;
  343. end;
  344.  
  345.  
  346. object oScroll_bar_37_85 is cPictureHandler
  347. with
  348.     Duration is -1;
  349.     Supplier is oScroll_bar_179_;
  350.     Behavior is cVRBehavior
  351.     has
  352.     with
  353.         Enabled is true; Shown is false; 
  354.         X is 434; Y is 176; Width is 193; Height is 208;
  355.     end;
  356. end;
  357.  
  358.  
  359. object oMove_37_79 is cPictureHandler
  360. with
  361.     Duration is -1;
  362.     Supplier is oMove_172_;
  363.     Behavior is cVRBehavior
  364.     has
  365.     with
  366.         Enabled is true; Shown is true; 
  367.         X is 434; Y is 52; Width is 193; Height is 104;
  368.     end;
  369. end;
  370.  
  371.  
  372. object oMenu_Button_37_89 is cPictureHandler
  373. with
  374.     Duration is -1;
  375.     Supplier is oMenu_Button_49_;
  376.     Behavior is cVRBehavior
  377.     has
  378.         MouseUp(theTarget, theX, theY)
  379.             do
  380.                 oBinder.Goto(oMain_Menu_2);
  381.                 oBinder.Refresh();
  382.                 oBinder.SetTransition(oDissolve, 30);
  383.             end;
  384.         
  385.     with
  386.         Enabled is true; Shown is true; 
  387.         X is 519; Y is 431; Width is 90; Height is 39;
  388.     end;
  389. end;
  390.  
  391.